home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @echo This program will install MDK to a directory called MDK on your
- @echo hard drive.
- @pause
- mdkzip.exe -d c:\mdk
- c:
- cd \mdk
- cls
- @echo Finished! To run MDK in DOS, run MDKDEMO.EXE. To run MDK in Win95,
- @echo run MDKDEM95.EXE - you'll need DirectX3, available from the DirectX
- @echo folder on the CD. Just run DxSetup.exe.
- @Echo.
-
-